home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 155 / cd-rom 155.iso / aplic / supermen / FileMenuTools-setup.exe / {app} / FileMenuTools_enu.chm / default.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-12-01  |  1.5 KB  |  95 lines

  1. /* Text Styles */
  2. hr { color: #000000}
  3. body, table /* Normal */
  4. {
  5.  font-size: 9pt;
  6.  font-family: 'Arial';
  7.  font-style: normal;
  8.  font-weight: normal;
  9.  color: #000000;
  10.  text-decoration: none;
  11. }
  12. span.f_CodeExample /* Code Example */
  13. {
  14.  font-size: 8pt;
  15.  font-family: 'Courier New';
  16.  color: #000000;
  17. }
  18. span.f_Comment /* Comment */
  19. {
  20. }
  21. span.f_CourierFixed /* Courier Fixed */
  22. {
  23.  font-size: 10pt;
  24.  font-family: 'Courier New';
  25.  color: #000000;
  26. }
  27. span.f_Heading1 /* Heading1 */
  28. {
  29.  font-size: 12pt;
  30.  font-weight: bold;
  31.  color: #ffffff;
  32. }
  33. span.f_ImageCaption /* Image Caption */
  34. {
  35.  font-size: 8pt;
  36.  font-weight: bold;
  37. }
  38. span.f_List /* List */
  39. {
  40. }
  41. span.f_Notes /* Notes */
  42. {
  43. }
  44. span.f_Section /* Section */
  45. {
  46.  font-size: 10pt;
  47.  font-style: italic;
  48.  font-weight: bold;
  49.  color: #0000ff;
  50.  text-decoration: underline;
  51. }
  52. span.f_SourceCode /* Source Code */
  53. {
  54.  font-size: 10pt;
  55.  font-family: 'Courier New';
  56.  color: #000000;
  57. }
  58. /* Paragraph styles */
  59. p /* Normal */
  60. {
  61.  text-align: left;
  62.  text-indent: 0px;
  63.  padding: 0px 0px 0px 0px;
  64.  margin: 7px 0px 4px 0px;
  65. }
  66. .p_CodeExample /* Code Example */
  67. {
  68.  white-space: nowrap;
  69.  margin: 0px 0px 0px 0px;
  70. }
  71. .p_Comment /* Comment */
  72. {
  73. }
  74. .p_Heading1 /* Heading1 */
  75. {
  76. }
  77. .p_ImageCaption /* Image Caption */
  78. {
  79. }
  80. .p_List /* List */
  81. {
  82.  margin: 0px 0px 0px 0px;
  83. }
  84. .p_Notes /* Notes */
  85. {
  86. }
  87. .p_Section /* Section */
  88. {
  89.  margin: 12px 0px 4px 0px;
  90. }
  91. .p_SourceCode /* Source Code */
  92. {
  93.  margin: 0px 0px 0px 10px;
  94. }
  95.